home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / DockExtenders / LaunchPad / Source / Time.h < prev    next >
Text File  |  1993-12-16  |  428b  |  23 lines

  1.  
  2. /*
  3.  * Copyright 1991 RightBrain Software.  All rights reserved.
  4.  *
  5.  * No part of this code may be reproduced in any form, compiled
  6.  * or source code, nor used for any purpose without the express
  7.  * written permission of RightBrain Software.
  8.  * 
  9.  * Entered into the public domain 12/15/93 by RightBrain Software.
  10.  *
  11.  */
  12.  
  13. #import <objc/Object.h>
  14.  
  15. @interface Time:Object
  16. {
  17.     char timeStr[1024];
  18. }
  19.  
  20. - (int) currentIntTime;
  21.  
  22. @end
  23.